home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / Connections.idl < prev    next >
Text File  |  1996-05-01  |  2KB  |  89 lines

  1. /*
  2.      File:        Connections.idl
  3.  
  4.      Contains:    Communications Toolbox Connection Manager Interfaces.
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __CONNECTIONS_IDL__
  19. #define __CONNECTIONS_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __WINDOWS_IDL__
  25. #include <Windows.idl>
  26. #endif
  27. #ifndef __DIALOGS_IDL__
  28. #include <Dialogs.idl>
  29. #endif
  30. #ifndef __CTBUTILITIES_IDL__
  31. #include <CTBUtilities.idl>
  32. #endif
  33.  
  34. #ifdef __SOMIDL__
  35.  
  36. #if FOR_SYSTEM7_ONLY
  37. typedef OSErr                    CMErr;
  38.  
  39. /* CMRecFlags and CMChannel        */
  40. /*        Low word of CMRecFlags is same as CMChannel    */
  41. typedef long                    CMRecFlags;
  42.  
  43. typedef short                    CMChannel;
  44.  
  45. typedef unsigned long            CMStatFlags;
  46.  
  47. typedef unsigned short            CMBufFields;
  48.  
  49. typedef OpaquePtr                CMBuffers;                    /* Substituted OpaquePtr for array of Ptr of size 8 */
  50.  
  51. typedef OpaquePtr                CMBufferSizes;                /* Substituted OpaquePtr for array of long of size 8 */
  52.  
  53. typedef OpaquePtr                ConstCMBufferSizesParam;    /* Substituted OpaquePtr for ``long*'' */
  54.  
  55. typedef unsigned short            CMSearchFlags;
  56.  
  57. typedef unsigned short            CMFlags;
  58.  
  59. typedef SOMLargeStruct            ConnEnvironRec;                /* Derived from a struct of 14 bytes in size */
  60.  
  61. typedef OpaquePtr                ConnEnvironRecPtr;            /* Substituted OpaquePtr for ``ConnEnvironRec*'' */
  62.  
  63.  
  64.  
  65. typedef OpaquePtr                ConnPtr;                    /* Substituted OpaquePtr for ``ConnRecord*'' */
  66.  
  67. typedef OpaquePtr                ConnHandle;                    /* Substituted OpaquePtr for ``ConnPtr*'' */
  68.  
  69. typedef OpaquePtr ConnectionToolDefProcPtr;
  70. typedef OpaquePtr ConnectionToolDefUPP;
  71. typedef OpaquePtr ConnectionSearchCallBackProcPtr;
  72. typedef OpaquePtr ConnectionSearchCallBackUPP;
  73. typedef OpaquePtr ConnectionCompletionProcPtr;
  74. typedef OpaquePtr ConnectionCompletionUPP;
  75. typedef OpaquePtr ConnectionChooseIdleProcPtr;
  76. typedef OpaquePtr ConnectionChooseIdleUPP;
  77. typedef SOMLargeStruct            ConnRecord;                    /* Derived from a struct of 144 bytes in size */
  78.  
  79. typedef SOMLargeStruct            CMIOPB;                        /* Derived from a struct of 56 bytes in size */
  80.  
  81. typedef OpaquePtr                CMIOPBPtr;                    /* Substituted OpaquePtr for ``CMIOPB*'' */
  82.  
  83. #endif
  84.  
  85. #endif /* __SOMIDL__ */
  86.  
  87. #endif /* __CONNECTIONS_IDL__ */
  88.  
  89.